| TableServerOn_Tags_Leaving Method |
Virtual Function for Tags leaving (User must write his own function).
the tag object that rise the event.the event rised by the sender. this function return type is void.
Namespace: TangibleFrameworkAssembly: ColocartsFramework (in ColocartsFramework.dll) Version: 1.1.0.0 (1.1.0.0)
Syntaxprotected virtual void On_Tags_Leaving(
Tag sender,
EventArgs e
)
Protected Overridable Sub On_Tags_Leaving (
sender As Tag,
e As EventArgs
)
protected:
virtual void On_Tags_Leaving(
Tag^ sender,
EventArgs^ e
)
function On_Tags_Leaving(sender, e);
Parameters
- sender
- Type: TangibleFrameworkTag
- e
- Type: SystemEventArgs
See Also